body{
	background-color: silver 
	
	}

	table,td  {
		font-size:30px;
		padding:"5";
		spacing:"1";
		border:5px solid black;
		border-bottom-color:rgb(247,204,61);
		border-top-color:rgb(247,204,61);
	}
	
div{
	
	}
	
	
	#title{
		top:50px;
		left:325px;
		width:700px;
		height:50px;
		padding:"5";
		spacing:"1";
		border:12px solid black;
		border-bottom-color:rgb(247,204,61);
		border-top-color:rgb(247,204,61);
		font-size:50px;
		font-weight:bold; 
		position:absolute;
	}
	
	#Viewingthestars{
		top:200px;
		left:50px;
		height:500;
		width:150;
		position:absolute;
		
	}
	
	#Geminipic{
		top:0px;
		left:300px;
		height:150px;
		width:150px;
		position:absolute;
		background:url("Gemini.png") top left no-repeat;
		background-size:100% 100%;
	}
	
	#GeminiHoro{
		top:0px;
		left:455px;
		height:150px;
		width:150px;
		border: 2px solid black;
		padding:5;
		position:absolute;
	}
		
	#Leopic{
			top:0px;
			left:625px;
			height:150px;
			width:150px;
			position:absolute;
			background:url("leo.png") top left no-repeat;
			background-size:100% 100%;
	}
	
	#LeoHoro{
		top:0px;
		left:765px;
		height:150px;
		width:150px;
		border: 2px solid black;
		padding:5;
		position:absolute;
	}
	
	#Virgopic{
			top:200px;
			left:300px;
			height:150px;
			width:150px;
			position:absolute;
			background:url("virgo.png") top left no-repeat;
			background-size:100% 100%;
	}
	
	#VirgoHoro{
		top:200px;
		left:455px;
		height:150px;
		width:150px;
		border:2px solid black;
		padding:5;
		position:absolute;
		
	}	
	
	#Scorpiopic{
			top:200px;
			left:625px;
			height:150px;
			width:150px;
			position:absolute;
			background:url("scorpio.png") top left no-repeat;
			background-size:100% 100%;
	}
	
	#ScorpioHoro{
		top:200px;
		left:765px;
		height:150px;
		width:150px;
		border:2px solid black;
		padding:5;
		position:absolute;
		
	}	
	
	#CarrersbyZodiac{
		top:0px;
		left:1000px;
		height:850px;
		width:350px;
		padding:"5";
		spacing:"1";
		border:12px solid black;
		border-bottom-color:rgb(247,204,61);
		border-top-color:gold;
		position:absolute;
		
	}
	
	#Credits{
		top:400px;
		left:0px;
		height:250px;
		width:900px;
		padding:"5";
		spacing:"1";
		border:12px solid black;
		border-bottom-color:rgb(247,204,61);
		border-top-color:gold;
		position:absolute;
		
	
		
